home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / comm / ect32250.zip / ECTOOL32.EX_ / 0 / RCDATA / TCONFIGDIALOG / TCONFIGDIALOG.txt
Text File  |  1997-04-19  |  10KB  |  457 lines

  1. object ConfigDialog: TConfigDialog
  2.   Left = 18
  3.   Top = 158
  4.   HelpContext = 1
  5.   BorderStyle = bsDialog
  6.   Caption = 'ECTOOL settings'
  7.   ClientHeight = 213
  8.   ClientWidth = 588
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 24
  21.     Width = 53
  22.     Height = 13
  23.     Caption = 'User Name'
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object Label5: TLabel
  31.     Left = 5
  32.     Top = 46
  33.     Width = 64
  34.     Height = 13
  35.     Caption = 'Signature File'
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.   end
  42.   object Label4: TLabel
  43.     Left = 23
  44.     Top = 68
  45.     Width = 46
  46.     Height = 13
  47.     Caption = 'IECG Key'
  48.     Font.Color = clBlack
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     ParentFont = False
  53.   end
  54.   object Label2: TLabel
  55.     Left = 286
  56.     Top = 32
  57.     Width = 65
  58.     Height = 13
  59.     Caption = 'Email address'
  60.     Font.Color = clBlack
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label3: TLabel
  67.     Left = 289
  68.     Top = 55
  69.     Width = 62
  70.     Height = 13
  71.     Caption = 'SMTP server'
  72.     Font.Color = clBlack
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.   end
  78.   object TLabel
  79.     Left = 291
  80.     Top = 77
  81.     Width = 60
  82.     Height = 13
  83.     Caption = 'POP3 server'
  84.     Font.Color = clBlack
  85.     Font.Height = -11
  86.     Font.Name = 'MS Sans Serif'
  87.     Font.Style = []
  88.     ParentFont = False
  89.   end
  90.   object Label8: TLabel
  91.     Left = 267
  92.     Top = 100
  93.     Width = 84
  94.     Height = 13
  95.     Caption = 'POP3 User Name'
  96.     Font.Color = clBlack
  97.     Font.Height = -11
  98.     Font.Name = 'MS Sans Serif'
  99.     Font.Style = []
  100.     ParentFont = False
  101.   end
  102.   object Label9: TLabel
  103.     Left = 274
  104.     Top = 122
  105.     Width = 77
  106.     Height = 13
  107.     Caption = 'POP3 Password'
  108.     Font.Color = clBlack
  109.     Font.Height = -11
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.   end
  114.   object Label7: TLabel
  115.     Left = 112
  116.     Top = 118
  117.     Width = 65
  118.     Height = 13
  119.     Caption = 'Light Squares'
  120.     Font.Color = clBlack
  121.     Font.Height = -11
  122.     Font.Name = 'MS Sans Serif'
  123.     Font.Style = []
  124.     ParentFont = False
  125.   end
  126.   object Label6: TLabel
  127.     Left = 112
  128.     Top = 150
  129.     Width = 65
  130.     Height = 13
  131.     Caption = 'Dark Squares'
  132.     Font.Color = clBlack
  133.     Font.Height = -11
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.   end
  138.   object Button1: TButton
  139.     Left = 456
  140.     Top = 176
  141.     Width = 57
  142.     Height = 25
  143.     Hint = 'Exit whitout saving'
  144.     HelpContext = 1
  145.     Caption = '&Cancel'
  146.     Font.Color = clBlack
  147.     Font.Height = -11
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ModalResult = 2
  151.     ParentFont = False
  152.     ParentShowHint = False
  153.     ShowHint = True
  154.     TabOrder = 0
  155.   end
  156.   object Button2: TButton
  157.     Left = 520
  158.     Top = 176
  159.     Width = 57
  160.     Height = 25
  161.     Hint = 'Save data and close dialog'
  162.     HelpContext = 1
  163.     Caption = '&Ok'
  164.     Default = True
  165.     Font.Color = clBlack
  166.     Font.Height = -11
  167.     Font.Name = 'MS Sans Serif'
  168.     Font.Style = []
  169.     ParentFont = False
  170.     ParentShowHint = False
  171.     ShowHint = True
  172.     TabOrder = 1
  173.     OnClick = OKBtnClick
  174.   end
  175.   object EditUserName: TEdit
  176.     Left = 78
  177.     Top = 24
  178.     Width = 187
  179.     Height = 21
  180.     Hint = 'Your First Name Last Name (no commas)'
  181.     HelpContext = 1
  182.     Font.Color = clBlack
  183.     Font.Height = -11
  184.     Font.Name = 'MS Sans Serif'
  185.     Font.Style = []
  186.     ParentFont = False
  187.     ParentShowHint = False
  188.     ShowHint = True
  189.     TabOrder = 2
  190.     Text = 'EditUserName'
  191.   end
  192.   object EditSignatureFile: TEdit
  193.     Left = 78
  194.     Top = 47
  195.     Width = 163
  196.     Height = 21
  197.     Hint = 'The file text containing your default signature'
  198.     HelpContext = 1
  199.     Font.Color = clBlack
  200.     Font.Height = -11
  201.     Font.Name = 'MS Sans Serif'
  202.     Font.Style = []
  203.     ParentFont = False
  204.     ParentShowHint = False
  205.     ShowHint = True
  206.     TabOrder = 3
  207.     Text = 'EditSignatureFile'
  208.   end
  209.   object EditIECGKey: TEdit
  210.     Left = 78
  211.     Top = 69
  212.     Width = 163
  213.     Height = 21
  214.     Hint = 'The IECG member key'
  215.     HelpContext = 1
  216.     Font.Color = clBlack
  217.     Font.Height = -11
  218.     Font.Name = 'MS Sans Serif'
  219.     Font.Style = []
  220.     ParentFont = False
  221.     ParentShowHint = False
  222.     ShowHint = True
  223.     TabOrder = 4
  224.     Text = 'EditIECGKey'
  225.   end
  226.   object BrowseSignatureButton: TButton
  227.     Left = 248
  228.     Top = 48
  229.     Width = 17
  230.     Height = 17
  231.     Caption = '?'
  232.     Font.Color = clBlack
  233.     Font.Height = -11
  234.     Font.Name = 'MS Sans Serif'
  235.     Font.Style = []
  236.     ParentFont = False
  237.     ParentShowHint = False
  238.     ShowHint = True
  239.     TabOrder = 5
  240.     OnClick = BrowseSignatureButtonClick
  241.   end
  242.   object EditEmailAddress: TEdit
  243.     Left = 358
  244.     Top = 27
  245.     Width = 217
  246.     Height = 21
  247.     Hint = 'Your email address'
  248.     HelpContext = 1
  249.     Font.Color = clBlack
  250.     Font.Height = -11
  251.     Font.Name = 'MS Sans Serif'
  252.     Font.Style = []
  253.     ParentFont = False
  254.     ParentShowHint = False
  255.     ShowHint = True
  256.     TabOrder = 6
  257.     Text = 'EditEmailAddress'
  258.   end
  259.   object EditSMTPServer: TEdit
  260.     Left = 358
  261.     Top = 50
  262.     Width = 217
  263.     Height = 21
  264.     Hint = 'The name of your mail server (to SEND mail)'
  265.     HelpContext = 1
  266.     Font.Color = clBlack
  267.     Font.Height = -11
  268.     Font.Name = 'MS Sans Serif'
  269.     Font.Style = []
  270.     ParentFont = False
  271.     ParentShowHint = False
  272.     ShowHint = True
  273.     TabOrder = 7
  274.     Text = 'EditSMTPServer'
  275.   end
  276.   object EditPOP3server: TEdit
  277.     Left = 358
  278.     Top = 72
  279.     Width = 217
  280.     Height = 21
  281.     Hint = 'The name of your mail server to RETRIEVE mail'
  282.     HelpContext = 1
  283.     Font.Color = clBlack
  284.     Font.Height = -11
  285.     Font.Name = 'MS Sans Serif'
  286.     Font.Style = []
  287.     ParentFont = False
  288.     ParentShowHint = False
  289.     ShowHint = True
  290.     TabOrder = 8
  291.     Text = 'EditPOP3server'
  292.   end
  293.   object EditPOP3User: TEdit
  294.     Left = 358
  295.     Top = 95
  296.     Width = 217
  297.     Height = 21
  298.     Hint = 
  299.       'Your POP3 account, tipically is the firs part of your address, b' +
  300.       'efore the "@"'
  301.     HelpContext = 1
  302.     Font.Color = clBlack
  303.     Font.Height = -11
  304.     Font.Name = 'MS Sans Serif'
  305.     Font.Style = []
  306.     ParentFont = False
  307.     ParentShowHint = False
  308.     ShowHint = True
  309.     TabOrder = 9
  310.     Text = 'EditPop3User'
  311.   end
  312.   object EditPassword: TEdit
  313.     Left = 358
  314.     Top = 117
  315.     Width = 217
  316.     Height = 21
  317.     Hint = 'Your password to access the POP3 server'
  318.     HelpContext = 1
  319.     Font.Color = clBlack
  320.     Font.Height = -11
  321.     Font.Name = 'MS Sans Serif'
  322.     Font.Style = []
  323.     ParentFont = False
  324.     ParentShowHint = False
  325.     PasswordChar = '*'
  326.     ShowHint = True
  327.     TabOrder = 10
  328.     Text = 'POP3Password'
  329.   end
  330.   object EditSendDomainName: TCheckBox
  331.     Left = 358
  332.     Top = 144
  333.     Width = 137
  334.     Height = 17
  335.     Hint = 'Disable if you are having trouble sending mail'
  336.     HelpContext = 1
  337.     Caption = 'Send Domain Name'
  338.     Font.Color = clBlack
  339.     Font.Height = -11
  340.     Font.Name = 'MS Sans Serif'
  341.     Font.Style = []
  342.     ParentFont = False
  343.     ParentShowHint = False
  344.     ShowHint = True
  345.     TabOrder = 11
  346.   end
  347.   object EditLightColor: TEdit
  348.     Left = 80
  349.     Top = 112
  350.     Width = 25
  351.     Height = 25
  352.     Hint = 'Select the color of the chess board'#39's light squares'
  353.     HelpContext = 1
  354.     AutoSelect = False
  355.     AutoSize = False
  356.     BorderStyle = bsNone
  357.     Enabled = False
  358.     ParentShowHint = False
  359.     ShowHint = True
  360.     TabOrder = 12
  361.   end
  362.   object Button4: TButton
  363.     Left = 192
  364.     Top = 116
  365.     Width = 17
  366.     Height = 17
  367.     Hint = 'Select the color of the chess board'#39's light squares'
  368.     Caption = '?'
  369.     Font.Color = clBlack
  370.     Font.Height = -11
  371.     Font.Name = 'MS Sans Serif'
  372.     Font.Style = []
  373.     ParentFont = False
  374.     ParentShowHint = False
  375.     ShowHint = True
  376.     TabOrder = 13
  377.     OnClick = Button4Click
  378.   end
  379.   object EditDarkColor: TEdit
  380.     Left = 80
  381.     Top = 144
  382.     Width = 25
  383.     Height = 25
  384.     Hint = 'Select the color of the chess board'#39's dark squares'
  385.     HelpContext = 1
  386.     AutoSelect = False
  387.     AutoSize = False
  388.     BorderStyle = bsNone
  389.     Enabled = False
  390.     ParentShowHint = False
  391.     ShowHint = True
  392.     TabOrder = 14
  393.   end
  394.   object Button3: TButton
  395.     Left = 192
  396.     Top = 148
  397.     Width = 17
  398.     Height = 17
  399.     Hint = 'Select the color of the chess board'#39's dark squares'
  400.     Caption = '?'
  401.     Font.Color = clBlack
  402.     Font.Height = -11
  403.     Font.Name = 'MS Sans Serif'
  404.     Font.Style = []
  405.     ParentFont = False
  406.     ParentShowHint = False
  407.     ShowHint = True
  408.     TabOrder = 15
  409.     OnClick = Button3Click
  410.   end
  411.   object EditCoordenates: TCheckBox
  412.     Left = 88
  413.     Top = 176
  414.     Width = 129
  415.     Height = 17
  416.     Hint = 'Show the coordenates of the chess board'
  417.     HelpContext = 1
  418.     Caption = 'Display coordinates'
  419.     Font.Color = clBlack
  420.     Font.Height = -11
  421.     Font.Name = 'MS Sans Serif'
  422.     Font.Style = []
  423.     ParentFont = False
  424.     ParentShowHint = False
  425.     ShowHint = True
  426.     TabOrder = 16
  427.   end
  428.   object Button5: TButton
  429.     Left = 392
  430.     Top = 176
  431.     Width = 57
  432.     Height = 25
  433.     Hint = 'Exit whitout saving'
  434.     HelpContext = 1
  435.     Caption = '&Help'
  436.     Font.Color = clBlack
  437.     Font.Height = -11
  438.     Font.Name = 'MS Sans Serif'
  439.     Font.Style = []
  440.     ParentFont = False
  441.     ParentShowHint = False
  442.     ShowHint = True
  443.     TabOrder = 17
  444.     OnClick = Button5Click
  445.   end
  446.   object OpenDialog1: TOpenDialog
  447.     FileEditStyle = fsEdit
  448.     Left = 24
  449.     Top = 240
  450.   end
  451.   object ColorDialog1: TColorDialog
  452.     Ctl3D = True
  453.     Left = 64
  454.     Top = 240
  455.   end
  456. end
  457.